projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7975bbf
)
build: Remove duplicate definition
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 15 Dec 2020 11:47:32 +0000
(11:47 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 15 Dec 2020 11:47:32 +0000
(11:47 +0000)
The `GTK_COMPILATION` symbol is defined in gir_args.
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index ffadb282670017d68295d3247d53ffed7049f596..7d2d1e1c83242bf37f7f46181419f45afb155010 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-1231,9
+1231,7
@@
if build_gir
header: 'gtk/gtk.h',
install: true,
dependencies: gsk_gir_dep,
- extra_args: gir_args + [
- '-DGTK_COMPILATION',
- ])
+ extra_args: gir_args)
gtk_dep_sources += gtk_gir
endif